dora-node-api 0.3.4

`dora` goal is to be a low latency, composable, and distributed data flow.
Documentation

The custom node API allow you to integrate dora into your application. It allows you to retrieve input and send output in any fashion you want.

Try it out with:

dora new node --kind node

You can also generate a dora rust project with

dora new project_xyz --kind dataflow